Gets the number of elements actually contained in the collection

Namespace:  C1.Web.iPhone
Assembly:  C1.Web.iPhone.3 (in C1.Web.iPhone.3.dll)

Syntax

C#
public int Count { get; }
Visual Basic
Public ReadOnly Property Count As Integer
	Get

Field Value

Return Value

The number of elements actually contained in the collection.

See Also